home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
14
/
3
/
DISK1430.ZIP
/
SRC
/
TUNE.TEM
< prev
Wrap
Text File
|
1988-05-04
|
1KB
|
30 lines
/***************************************************************************
* This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne. JOVE *
* is provided to you without charge, and with no warranty. You may give *
* away copies of JOVE, including sources, provided that this notice is *
* included in all the files. *
***************************************************************************/
#define NOEXTERNS
#include "tune.h"
char *d_tempfile = "joveXXXXXX", /* buffer lines go here */
*p_tempfile = "jrecXXXXXX", /* line pointers go here */
*Recover = "LIBDIR/recover",
*CmdDb = "LIBDIR/cmds.doc",
/* copy of "cmds.doc" lives in the doc subdirectory */
*Joverc = "LIBDIR/.joverc",
#ifdef PIPEPROCS
*Portsrv = "LIBDIR/portsrv",
#endif
/* these are variables that can be set with the set command, so they are
allocated more memory than they actually need for the defaults */
TmpFilePath[128] = "TMPDIR",
Shell[128] = "SHELL",
ShFlags[16] = "-c";